Dynamicweb 8 Documentation
DeserializeFrom(IDictionary<String,Object>) Method

A set of key-value pairs to deserialize this object from.
Deserializes the state of the current object from a given set of key-value pairs.
Syntax
'Declaration
 
Public Overloads Overrides NotOverridable Sub DeserializeFrom( _ 
   ByVal dictionary As IDictionary(Of String,Object) _ 
) 
public override void DeserializeFrom( 
   IDictionary<string,object> dictionary 
)

Parameters

dictionary
A set of key-value pairs to deserialize this object from.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Item Class
Item Members
Overload List
Base Implementation in DeserializeFrom

Send Feedback